home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / raversfilters / enhanced equalizer < prev    next >
Text File  |  1999-06-15  |  619b  |  33 lines

  1. Category: VideoRave
  2. Title: Enhanced Equalizer
  3. Copyright: Copyright 1997 by Harry@visca.com
  4. Author: Harry the Raver
  5. Filename: EnhEqual.8bf
  6.  
  7. R:c<ctl(7)?scl(c,0,ctl(7),0,ctl(1))+val(0,-255,255)+ctl(6)-127:c
  8.  
  9. G:c<ctl(7)?scl(c,0,ctl(7),0,ctl(3))+val(2,-255,255)+ctl(6)-127:c
  10.  
  11. B:c<ctl(7)?scl(c,0,ctl(7),0,ctl(5))+val(4,-255,255)+ctl(6)-127:c
  12.  
  13. A:a
  14.  
  15. ctl[0]: -/+ Red
  16. ctl[1]: Red Limit
  17. ctl[2]: -/+ Green
  18. ctl[3]: Green Limit
  19. ctl[4]: -/+ Blue
  20. ctl[5]: Blue Limit
  21. ctl[6]: Brightness
  22. ctl[7]: Scale Limit
  23.  
  24. val[0]: 145
  25. val[1]: 255
  26. val[2]: 136
  27. val[3]: 195
  28. val[4]: 161
  29. val[5]: 227
  30. val[6]: 127
  31. val[7]: 198
  32.  
  33.